net/http.body.didEarlyClose (method)

2 uses

	net/http (current package)
		server.go#L1761: 	return ok && body.didEarlyClose()
		transfer.go#L1013: func (b *body) didEarlyClose() bool {